home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Format (UK) 188
/
01-04 PC Format 188 [2006-06] DVD side 1_.iso
/
Menus
/
Scenes
/
HOME.dir
/
00038_Script_Subs_Button
< prev
next >
Wrap
Text File
|
2006-04-20
|
305b
|
22 lines
property Sp
on beginsprite me
Sp = sprite(me.spritenum)
end
on mouseEnter me
cursor 280
Sp.ink = 33
end
on mouseLeave me
cursor -1
Sp.ink = 0
end
on mouseUp me
cursor -1
Sp.ink = 0
gotonetpage("http://www.pcformat.co.uk/magazine/default.asp?subsectionid=907")
end